home *** CD-ROM | disk | FTP | other *** search
- Path: t8311af.ppp.lrz-muenchen.de!not-for-mail
- From: "Stefan Stuntz" <stuntz@informatik.tu-muenchen.de>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: ClipRegions with MUI?
- Date: Thu, 01 Feb 1996 19:50:21 +0100
- Organization: Home of MUI
- Distribution: world
- Message-ID: <81318681@magic.informatik.tu-muenchen.de>
- References: <4enqca$26re@columba.udac.uu.se>
- NNTP-Posting-Host: line6e.ppp.lrz-muenchen.de
- X-NewsReader: IntuiNews 1.3b Beta 5 (3.1.96)
-
- Kristofer Maad wrote in article <4enqca$26re@columba.udac.uu.se>:
-
- > I'm writing a B-Spline editor class for MUI, and I am trying to make
- > the rendering clip against the object borders. In the mDraw() routine,
- > I make a new region with NewRegion() and add a rectangle to it with
- > OrRectRegion(), and then I do a InstallClipRegion(), but then the
- > computer hangs everytime - what's wrong!!? Am I not allowed to install
- > clip regions at any time?
-
- You *must* use muimaster.library/MUI_InstallClipRegion etc. to use
- clipping in MUI windows. BTW, questions about MUI programming are
- better located in the MUI mailing list:
-
- To subscribe, send a mail to
-
- mui-request@sunsite.informatik.rwth-aachen.de
-
- with the single word
-
- subscribe
-
- as subject (SUBJECT, not message body!).
-
- You might want to send a HELP command to the server as well.
- The address of the list itself mui@sunsite.informatik.rwth-aachen.de
-
- --
- Greetings, Stefan
-
-